home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 037a / u_heap.zip / UMB_HEAP.HDR < prev    next >
Text File  |  1992-01-18  |  197b  |  12 lines

  1. {$A+,B-,D-,E-,F-,G-,I-,L-,N-,O-,R-,S+,V+,X-}
  2.  
  3. Unit UMB_Heap;
  4.  
  5. interface
  6.  
  7.   Procedure Extend_Heap;        { Use Upper Memory Blocks to extend the heap }
  8.  
  9. var
  10.   UMB_Heap_Debug : Boolean;
  11.  
  12.